home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Util / M / MacShell 0.53b.sit / MacShell 0.53b / MacShell 0.53b.rsrc / help_14780_intro < prev    next >
Encoding:
Text File  |  1995-03-07  |  2.1 KB  |  60 lines

  1. INTRODUCTION TO MACSHELL 
  2.  
  3. MacShell is a Unix-like command line interface for the Macintosh.  It performs a limited imitation of the Unix C shell, and contains abbreviated versions of a set of Unix-style file management, file finding, and content searching utilities.  It also has a no-frills <32k text editor built-in.
  4.  
  5. MacShell is free, courtesy of its author.  It may not be sold in any form.
  6.  
  7. This version contains built-in approximations of the Unix utilities in the list that follows.  
  8.  
  9. Note:  to get more help with any command, type (in the Interactive window):
  10.             man command
  11.  
  12. command    description
  13. -------    -----------
  14.   man      get help
  15.   cd       change directory
  16.   pwd      print working directory
  17.   ls       show the contents of a directory
  18.   cat      concatenate
  19.   head     copy the beginning of the input to the output
  20.   tail     copy the end of the input to the output
  21.   cp       copy files
  22.   mv       move or rename files
  23.   rm       remove files
  24.   mkdir    make directory
  25.   grep     content search utility
  26.   egrep    content search using regular expressions
  27.   find     find a file 
  28.   more     view a file
  29.   exit     quit MacShell
  30.   source   execute a file as a script
  31.   set      set a shell variable
  32.   unset    unset a shell variable
  33.   echo     copy arguments to output
  34.   alias    define a shell alias
  35.   unalias  undefine a shell alias
  36.   rehash   rebuild internal tables for 'path' and 'manpath'
  37.   which    expand command name using the 'path' variable 
  38.   history  display the current history list
  39.  
  40. Additionally, MacShell includes a few special non Unix-like functions:
  41.  
  42.   mem       show heap statistics
  43.   free      show free heap space
  44.   compact   compact heap and report largest contiguous block
  45.   seg       filter to segment long lines into shorter lines
  46.   xn        filter out null characters from a stream
  47.   chtype    change a Macintosh file type signature
  48.   chcreator change a Macintosh file creator signature
  49.   bintohex  convert input to hexidecimal notation
  50.  
  51. For more information about the shell portion of the program type (in the Interactive window):
  52.  
  53.      man macshell
  54.  
  55. For information about MacShell version history:
  56.  
  57.      man version
  58.  
  59.